home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / enigma / earcd / utility / utilhard / lcdaem18.lha / LCDaemon / Utilities / Contents next >
Text File  |  1996-10-13  |  3KB  |  52 lines

  1. This directory contains two useful programs to control your LCD.
  2.  
  3. ·   LCDecho puts a text on the LCD. Handy for your startup-sequence or
  4.     in scripts.
  5. ·   LCDtest shows a range of characters on the LCD. Use this to find
  6.     ASCII codes or to test the LCD after building and connecting it.
  7.  
  8. Furthermore, the First Ever Application To Support LCDaemon (FEATSLCD®)
  9. is included: some program I wrote ages ago and never bothered to upload
  10. to Aminet. It is called ResetIntercept, is written in Amiga E¹, and
  11. since I use it I have never had to validate my harddisk again!
  12.  
  13. The program introduces some time between the press of Control-A-A and
  14. the actual reset. It only works on Amigas with a detachable keyboard.
  15. Try it, if it doesn't work for you, tough luck!
  16.  
  17. If it does work, though, you'll be presented with a countdown requester,
  18. an optional sample and now: a message on the LCD²!
  19.  
  20. The handle directory contains the compiled version of the test program
  21. for handle allocation and programmable character support. It is not
  22. useful as a stand-alone program, but included for demonstration purposes.
  23.  
  24. Finally, you'll find SysMon, the SEATSLCD® ;-) This program is a little
  25. (very little, actually) system monitor that displays the currently
  26. available memory, the date and time on your LCD. It is running as a
  27. LCDPRI_MEMDISPLAY so virtually anything gets higher priority for the
  28. LCD. Since this program is included at the very last moment, no
  29. doc file is available yet. No problem, since the two only parameters
  30. are:
  31. ·   UPDATEDELAY or UD : time in jiffys (50ths of a second) between updates.
  32.     Defaults to 50 (1s) but I suggest lowering it to about 5 seconds,
  33.     similar to the Workbench display. It places a burden of about 3-4%
  34.     to your Amiga, @ UD=50 jiffies, but this figure decreases with
  35.     increasing UD factor. Furthermore, SysMon sets its priority
  36.     to -1 automatically, so you needn't be concerned about useful
  37.     computing time being stolen. You could use the LCDaemon parameter TASKPRI
  38.     as well, but if you're that cheap about cycles you should have bought
  39.     an A4000/040 to start with! ;-)
  40.     (Valid range 1/50 sec ... 10 minutes)(Default 50 = 1 second)
  41.  
  42. ·   QUITAFTER or Q : time in retries (!) that SysMon will try
  43.     to put data on the LCD. If SysMon starts getting LCDERR_TOOBUSY because
  44.     some other program is doing a LCDMSG_ALLOCATE or other exclusive stuff,
  45.     it will retry QUITAFTER times before quitting. If you don't want this
  46.     feature, just set a bloody large value.
  47.     (Valid range 2 (!) ... infinity)(Default 20)
  48. ____________________
  49. ¹       You can't beat the speed of that compiler! If only it had decent
  50.         pointer following <sigh>.
  51. ²       Two, actually... See for yourself!
  52.